'Declaration Public Function New( _
ByVal locationLocation of the MPR polyline slice.As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal xAxisThe X-axis direction vector of the MPR polyline slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByVal xAxisPolylinePointsX axis polyline points.() As Vintasoft.Primitives.VintasoftPoint, _
ByVal yAxisThe Y-axis direction vector of the MPR polyline slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByVal heightHeight of the MPR polyline slice.As Double _
)
public MprPolylineSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Primitives.VintasoftPoint[] xAxisPolylinePoints,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double height
)
public: MprPolylineSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
Vintasoft.Primitives.VintasoftPoint[]* xAxisPolylinePoints,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double height
)
public:
MprPolylineSlice(
Vintasoft.Imaging.VintasoftPoint3D location,
Vintasoft.Imaging.VintasoftVector3D xAxis,
array<Vintasoft.Primitives.VintasoftPoint>^ xAxisPolylinePoints,
Vintasoft.Imaging.VintasoftVector3D yAxis,
double height
)
Parameters
- location
- Location of the MPR polyline slice.
- xAxis
- The X-axis direction vector of the MPR polyline slice.
- xAxisPolylinePoints
- X axis polyline points.
- yAxis
- The Y-axis direction vector of the MPR polyline slice.
- height
- Height of the MPR polyline slice.